/*$$
{"color":[{"val":"#333333","title":"默认主体文字颜色"},
{"val":"#ca0000","title":"鼠标划过我文字颜色"},
{"val":"#ffffff","title":"查看更多按钮鼠标划过文字颜色"},
{"val":"#666666","title":"简介文字颜色"},
{"val":"#999999","title":"时间文字颜色"}],
"background":[{"val":"#ca0000","title":"栏目底部背景颜色/鼠标滑过按钮背景颜色"},
{"val":"#eaeaea","title":"栏目标题右侧线条背景颜色"},
{"val":"#e12f2f","title":"栏目标题背景"},
{"val":"#f6f6f6","title":"列表按钮背景颜色"},
{"val":"#333333","title":"时间边框"}],
"border":[{"val":"#ca0000","title":"查看更多按钮边框"}]}
$$*/
#news_150{
	width: 1200px;
	margin: 0 auto;
	padding: 120px 0 60px 0;
	position: relative;
}
#news_150 .moreBtn{
	position: absolute;
	right:0;
	top:145px;
	font-size:16px;
	width: 155px;
	height: 40px;
	border: #ca0000 solid 1px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	overflow: hidden;
}
#news_150 .moreBtn::before{
	position: absolute;
	left: 50%;
	top:50%;
	background: #ca0000;
	content: '';
	transition: all 1s;
	border-radius:50%;
	width: 0;
	height: 0;
}
#news_150 .moreBtn:hover::before{
	width: 200px;
	height:200px;
	left: -22px;
	top: -80px;
}
#news_150 .moreBtn i{
	position: relative;
	color: #ca0000;
	z-index: 10;
}
#news_150 .moreBtn:hover i{
	color: #ffffff;
}
#news_150 .cloumn{
	position: relative;
	width: 500px;
}
#news_150 .cloumn::before{
	position: absolute;
	width: 58px;
	height: 58px;
	background: #e12f2f;
	border-radius: 50%;
	left: 0;
	top:0;
	content: '';
	transition: all .8s;
}
#news_150 .cloumn:hover::before{
	width: 100px;
	height: 100px;
}
#news_150 .cloumn .tit-en{
	font-size: 52px;
	color: #333333;
	font-family: 'Elephant';
	font-weight: bold;
	line-height: 58px;
	position: relative;
	z-index: 10;
	text-indent: 35px;
}
#news_150 .cloumn .tit-cn{
	line-height: 40px;
	text-indent: 28px;
	font-size: 22px;
	color: #333333;
	display: inline-block;
	padding-right: 92px;
	position:relative;
	z-index:10;
}
#news_150 .cloumn .tit-cn::after{
	position: absolute;
	width: 70px;
	height: 2px;
	background: #eaeaea;
	right:0;
	top:50%;
	transform: translateY(-50%);
	content: '';
}
#news_150 .newImgList{
	width: 50%;
	margin-top:20px;
}
#news_150 .newImgLi{
	width: 100%;
	height: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 20px;
	margin: 15px 0;
	float: left;
}
#news_150 .newImgLi .imgL{
	width:210px;
	height: auto;
	overflow: hidden;
	position: relative;
}
#news_150 .newImgLi .imgL .bg{
	width: 100%;
	height: auto;
}
#news_150 .newImgLi .imgL .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
	position: absolute;
	left: 0;
	top:0;
}
#news_150 .newImgLi:hover .img{
	transform: scale(1.1);
}
#news_150 .newImgLi .contR{
	width: calc(100% - 210px);
	padding: 0 30px;
}
#news_150 .newImgLi .tit-1{
	line-height:30px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#news_150 .newImgLi:hover .tit-1{
	color: #ca0000;
}
#news_150 .newImgLi .tit-2{
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	max-height: 60px;
	margin: 15px 0;
}
#news_150 .newImgLi .time{
	line-height: 32px;
	text-align: right;
	font-size: 14px;
	color: #999999;
	position: relative;
}
#news_150 .newImgLi i{
	position: absolute;
	left: 0;
	z-index: 10;
	color: #333333;
	top:0;
	width: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
}
#news_150 .newImgLi:hover i{
	color: #ffffff;
}
#news_150 .newImgLi .time::before,
#news_150 .newImgLi .time::after{
	position: absolute;
	border-radius: 50%;
	
	transition: all .8s;
}
#news_150 .newImgLi .time::before{
	content: '';
	background: #f6f6f6;
	color:#333333;
	left: 0;
	top:0;
	width: 32px;
	height: 32px;
	width: 32px;
	height: 32px;
}
#news_150 .newImgLi .time::after{
	width: 0;
	height:0;
	left: 16px;
	top:16px;
	transition: all .8s;
	content: '';
}
#news_150 .newImgLi:hover .time::after{
	width: 32px;
	height: 32px;
	background: #ca0000;
	color: #ffffff;
	left: 0;
	top:0;
}
#news_150 .newList{
	width: 540px;
	margin-top:35px;
}
#news_150 .newItem{
	width: 100%;
	height: 143px;
	background-image: linear-gradient(0deg, rgba(232, 232, 232, 0.5) 0%, rgba(249, 249, 249, 0.5) 100%);
	display: flex;
	align-items: center;
	
}
#news_150 .newItem .timeL{
	width: 118px;
	position: relative;
}
#news_150 .newItem .timeL::after{
	position: absolute;
	height: 38px;
	width: 1px;
	background: #333333;
	right: 0;
	top:50%;
	margin-top: -19px;
	content: '';
}
#news_150 .newItem .day{
	font-size: 32px;
	color: #333333;
	text-align: center;
	line-height: 42px;
}
#news_150 .newItem:hover .day{
	color: #ca0000;
}
#news_150 .newItem .date{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
#news_150 .cont{
	width: calc(100% - 118px);
	padding: 0 30px;
}
#news_150 .tit-3{
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all .8s;
}
#news_150 .newItem:hover .tit-3{
	letter-spacing: 3px;
	color: #ca0000;
}
#news_150 .tit-4{
	font-size: 14px;
	color: #666666;
	line-height: 38px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1200px){
	#news_150{
		padding: 50px 20px;
		width: 100%;
	}
	#news_150 .newList{
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	#news_150{
		padding: 20px 20px;
	}
	#news_150 .cloumn .tit-en{
		font-size: 40px;
	}
	#news_150 .cloumn .tit-cn{
		font-size: 20px;
	}
	#news_150 .moreBtn{
		top: 40px;
		width: 130px;
		height: 36px;
		line-height: 36px;
		right: 10px;
	}
	#news_150 .newImgList{
		width: 100%;
	}
	#news_150 .newImgLi{
		padding: 10px;
	}
	#news_150 .newImgLi .imgL{
		width: 150px;
		height: 130px;
	}
	#news_150 .newImgLi .contR{
		width: calc(100% - 150px);
		padding: 0 10px;
	}
	#news_150 .newImgLi .tit-2{
		margin: 0 0 10px;
		line-height: 24px;
		height: 48px;
	}
	#news_150 .newList{
		width: 100%;
		margin-top: 0;
	}
	#news_150 .newItem{
		height: 100px;
	}
	#news_150 .newItem .timeL{
		width: 80px;
	}
	#news_150 .cont{
		width: calc(100% - 80px);
		padding: 0 10px;
	}
}